home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / util / gnu / cvs-1.11.1p1.lha / contrib / Makefile < prev    next >
Encoding:
Makefile  |  2001-05-01  |  11.4 KB  |  392 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4e from Makefile.am.
  3.  
  4. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  5. # Free Software Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17. # Makefile for GNU CVS contributed sources.
  18. # Do not use this makefile directly, but only from `../Makefile'.
  19. # Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
  20.  
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2, or (at your option)
  24. # any later version.
  25.  
  26. # This program is distributed in the hope that it will be useful,
  27. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  28. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  29. # GNU General Public License for more details.
  30.  
  31. # DISTFILES = \
  32. #     ChangeLog README .cvsignore intro.doc \
  33. #     Makefile.in clmerge.pl cln_hist.pl commit_prep.pl cvs2vendor.sh \
  34. #     cvs_acls.pl cvscheck.sh cvscheck.man cvshelp.man debug_check_log.sh \
  35. #     descend.sh \
  36. #     descend.man dirfns.shar log.pl log_accum.pl mfpipe.pl rcs-to-cvs.sh \
  37. #     rcs2log.sh rcslock.pl sccs2rcs.csh rcs2sccs.sh
  38.  
  39. # files installed in $(pkgdatadir)
  40. #
  41. # CONTRIB_FILES = README intro.doc cvscheck.man
  42.  
  43.  
  44. SHELL = /bin/sh
  45.  
  46. srcdir = .
  47. top_srcdir = ..
  48. prefix = /usr
  49. exec_prefix = ${prefix}
  50.  
  51. bindir = ${exec_prefix}/bin
  52. sbindir = ${exec_prefix}/sbin
  53. libexecdir = ${exec_prefix}/libexec
  54. datadir = ${prefix}/share
  55. sysconfdir = ${prefix}/etc
  56. sharedstatedir = ${prefix}/com
  57. localstatedir = ${prefix}/var
  58. libdir = ${exec_prefix}/lib
  59. infodir = ${prefix}/info
  60. mandir = ${prefix}/man
  61. includedir = ${prefix}/include
  62. oldincludedir = /usr/include
  63.  
  64. pkgdatadir = $(datadir)/cvs
  65. pkglibdir = $(libdir)/cvs
  66. pkgincludedir = $(includedir)/cvs
  67.  
  68. top_builddir = ..
  69.  
  70. ACLOCAL = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run aclocal
  71. AUTOCONF = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run autoconf
  72. AUTOMAKE = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run automake
  73. AUTOHEADER = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run autoheader
  74.  
  75. INSTALL = /usr/bin/install -c
  76. INSTALL_PROGRAM = ${INSTALL}
  77. INSTALL_DATA = ${INSTALL} -m 644
  78. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = s,x,x,
  81.  
  82. NORMAL_INSTALL = :
  83. PRE_INSTALL = :
  84. POST_INSTALL = :
  85. NORMAL_UNINSTALL = :
  86. PRE_UNINSTALL = :
  87. POST_UNINSTALL = :
  88. AMTAR = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run tar
  89. AWK = gawk
  90. CC = gcc
  91. CSH = /usr/bin/csh
  92. DEPDIR = .deps
  93. ETAGS = etags
  94. ETAGS_INCLUDE_OPTION = "-i "
  95. INSTALL_STRIP_PROGRAM = $${INSTALL} -s
  96. INSTALL_STRIP_PROGRAM_ENV = 
  97. KRB4 = /usr/kerberos
  98. LN_S = ln -s
  99. MAKEINFO = ${SHELL} /usr/src/cvs-1.11.1p1/missing --run makeinfo
  100. PACKAGE = cvs
  101. PERL = /usr/bin/perl
  102. PR = /usr/bin/pr
  103. PS2PDF = /usr/bin/ps2pdf
  104. RANLIB = ranlib
  105. ROFF = /usr/bin/groff
  106. STRIP = 
  107. TEXI2DVI = /usr/bin/texi2dvi
  108. VERSION = 1.11.1p1
  109. YACC = bison -y
  110. _am_include = include
  111. _am_quote = 
  112. includeopt = 
  113. install_sh = ./install-sh
  114.  
  115. contribdir = $(pkgdatadir)/contrib
  116.  
  117. contrib_SCRIPTS = \
  118.     clmerge \
  119.     cln_hist \
  120.     commit_prep \
  121.     cvs2vendor \
  122.     cvs_acls \
  123.     cvscheck \
  124.     debug_check_log \
  125.     log \
  126.     log_accum \
  127.     mfpipe \
  128.     rcs-to-cvs \
  129.     rcs2log \
  130.     rcslock \
  131.     sccs2rcs
  132.  
  133.  
  134. contrib_DATA = \
  135.     README \
  136.     intro.doc
  137.  
  138.  
  139. contrib_MANS = \
  140.     cvscheck.man
  141.  
  142.  
  143. bin_LINKS = \
  144.     rcs2log
  145.  
  146.  
  147. EXTRA_DIST = \
  148.     .cvsignore \
  149.     $(contrib_DATA) \
  150.     $(contrib_MANS) \
  151.     cvs2vendor.sh \
  152.     cvscheck.sh \
  153.     cvshelp.man \
  154.     debug_check_log.sh \
  155.     descend.sh \
  156.     descend.man \
  157.     dirfns.shar \
  158.     rcs-to-cvs.sh \
  159.     rcs2log.sh \
  160.     rcs2sccs.sh
  161.  
  162.  
  163. CLEANFILES = $(bin_SCRIPTS) $(contrib_SCRIPTS)
  164.  
  165. SUFFIXES = .sh
  166. EXEEXT =
  167. OBJEXT = o
  168. subdir = contrib
  169. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  170. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
  171. CONFIG_CLEAN_FILES = clmerge cln_hist commit_prep cvs_acls log log_accum \
  172.     mfpipe rcslock sccs2rcs
  173. SCRIPTS = $(contrib_SCRIPTS)
  174.  
  175. DIST_SOURCES =
  176. DATA = $(contrib_DATA)
  177.  
  178. DIST_COMMON = README ChangeLog Makefile.am Makefile.in clmerge.in \
  179.     cln_hist.in commit_prep.in cvs_acls.in log.in log_accum.in \
  180.     mfpipe.in rcslock.in sccs2rcs.in
  181. all: all-am
  182.  
  183. .SUFFIXES:
  184. .SUFFIXES: .sh
  185.  
  186. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  187.     cd $(top_srcdir) && \
  188.       $(AUTOMAKE) --gnu  contrib/Makefile
  189.  
  190. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  191.     cd $(top_builddir) && \
  192.       CONFIG_HEADERS= CONFIG_LINKS= \
  193.       CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  194. clmerge: $(top_builddir)/config.status clmerge.in
  195.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  196. cln_hist: $(top_builddir)/config.status cln_hist.in
  197.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  198. commit_prep: $(top_builddir)/config.status commit_prep.in
  199.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  200. cvs_acls: $(top_builddir)/config.status cvs_acls.in
  201.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  202. log: $(top_builddir)/config.status log.in
  203.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  204. log_accum: $(top_builddir)/config.status log_accum.in
  205.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  206. mfpipe: $(top_builddir)/config.status mfpipe.in
  207.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  208. rcslock: $(top_builddir)/config.status rcslock.in
  209.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  210. sccs2rcs: $(top_builddir)/config.status sccs2rcs.in
  211.     cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  212. install-contribSCRIPTS: $(contrib_SCRIPTS)
  213.     @$(NORMAL_INSTALL)
  214.     $(mkinstalldirs) $(DESTDIR)$(contribdir)
  215.     @list='$(contrib_SCRIPTS)'; for p in $$list; do \
  216.       f="`echo $$p|sed '$(transform)'`"; \
  217.       if test -f $$p; then \
  218.         echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(contribdir)/$$f"; \
  219.         $(INSTALL_SCRIPT) $$p $(DESTDIR)$(contribdir)/$$f; \
  220.       elif test -f $(srcdir)/$$p; then \
  221.         echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(contribdir)/$$f"; \
  222.         $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(contribdir)/$$f; \
  223.       else :; fi; \
  224.     done
  225.  
  226. uninstall-contribSCRIPTS:
  227.     @$(NORMAL_UNINSTALL)
  228.     @list='$(contrib_SCRIPTS)'; for p in $$list; do \
  229.       f="`echo $$p|sed '$(transform)'`"; \
  230.       echo " rm -f $(DESTDIR)$(contribdir)/$$f"; \
  231.       rm -f $(DESTDIR)$(contribdir)/$$f; \
  232.     done
  233. install-contribDATA: $(contrib_DATA)
  234.     @$(NORMAL_INSTALL)
  235.     $(mkinstalldirs) $(DESTDIR)$(contribdir)
  236.     @list='$(contrib_DATA)'; for p in $$list; do \
  237.       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  238.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  239.       echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(contribdir)/$$f"; \
  240.       $(INSTALL_DATA) $$d$$p $(DESTDIR)$(contribdir)/$$f; \
  241.     done
  242.  
  243. uninstall-contribDATA:
  244.     @$(NORMAL_UNINSTALL)
  245.     @list='$(contrib_DATA)'; for p in $$list; do \
  246.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  247.       echo " rm -f $(DESTDIR)$(contribdir)/$$f"; \
  248.       rm -f $(DESTDIR)$(contribdir)/$$f; \
  249.     done
  250. tags: TAGS
  251. TAGS:
  252.  
  253.  
  254. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  255.  
  256. top_distdir = ..
  257. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  258.  
  259. distdir: $(DISTFILES)
  260.     @for file in $(DISTFILES); do \
  261.       d=$(srcdir); \
  262.       if test -d $$d/$$file; then \
  263.         cp -pR $$d/$$file $(distdir) \
  264.         || exit 1; \
  265.       else \
  266.         test -f $(distdir)/$$file \
  267.         || cp -p $$d/$$file $(distdir)/$$file \
  268.         || exit 1; \
  269.       fi; \
  270.     done
  271. check-am: all-am
  272. check: check-am
  273. all-am: Makefile $(SCRIPTS) $(DATA)
  274.  
  275. installdirs:
  276.     $(mkinstalldirs) $(DESTDIR)$(contribdir) $(DESTDIR)$(contribdir)
  277.  
  278. install: install-am
  279. install-exec: install-exec-am
  280. install-data: install-data-am
  281. uninstall: uninstall-am
  282.  
  283. install-am: all-am
  284.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  285.  
  286. installcheck: installcheck-am
  287.  
  288. install-strip:
  289.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  290.       INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
  291.  
  292. mostlyclean-generic:
  293.  
  294. clean-generic:
  295.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  296.  
  297. distclean-generic:
  298.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  299.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  300.  
  301. maintainer-clean-generic:
  302.     @echo "This command is intended for maintainers to use"
  303.     @echo "it deletes files that may require special tools to rebuild."
  304.     -rm -f Makefile.in
  305. clean: clean-am
  306.  
  307. clean-am: clean-generic mostlyclean-am
  308.  
  309. distclean: distclean-am
  310.  
  311. distclean-am: clean-am distclean-generic
  312.  
  313. dvi:
  314.  
  315. dvi-am:
  316.  
  317. info:
  318.  
  319. info-am:
  320.  
  321. install-data-am: install-contribDATA install-contribSCRIPTS \
  322.     install-data-local
  323.  
  324. install-exec-am:
  325.  
  326. install-info:
  327.  
  328. install-man:
  329.  
  330. installcheck-am:
  331.  
  332. maintainer-clean: maintainer-clean-am
  333.  
  334. maintainer-clean-am: distclean-am maintainer-clean-generic
  335.  
  336. mostlyclean: mostlyclean-am
  337.  
  338. mostlyclean-am: mostlyclean-generic
  339.  
  340. uninstall-am: uninstall-contribDATA uninstall-contribSCRIPTS \
  341.     uninstall-local
  342.  
  343. .PHONY: all all-am check check-am clean clean-generic distclean \
  344.     distclean-generic distdir dvi dvi-am info info-am install \
  345.     install-am install-contribDATA install-contribSCRIPTS \
  346.     install-data install-data-am install-data-local install-exec \
  347.     install-exec-am install-info install-man install-strip \
  348.     installcheck installcheck-am installdirs maintainer-clean \
  349.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  350.     uninstall uninstall-am uninstall-contribDATA \
  351.     uninstall-contribSCRIPTS uninstall-local
  352.  
  353.  
  354. # we'd rather have a link here rather than two copies of a script
  355. install-data-local:
  356.     # FIXME - this path should be determined dynamically from bindir
  357.     # & contribdir
  358.     @$(NORMAL_INSTALL)
  359.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  360.     @list='$(bin_LINKS)'; for p in $$list; do \
  361.         echo "test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  362.         echo "  && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
  363.         (test ! -e $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
  364.             && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
  365.           || (echo "Link creation failed" && if test -f $$p; then \
  366.                echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  367.                $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  368.              else if test -f $(srcdir)/$$p; then \
  369.                echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  370.                $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  371.              else :; fi; fi); \
  372.     done
  373.  
  374. uninstall-local:
  375.     @$(NORMAL_UNINSTALL)
  376.     list='$(bin_LINKS)'; for p in $$list; do \
  377.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  378.     done
  379.  
  380. .sh:
  381.     rm -f $@
  382.     cp $< $@
  383.     chmod +x $@
  384.  
  385. # for backwards compatibility with the old makefiles
  386. realclean: maintainer-clean
  387. .PHONY: realclean
  388.  
  389. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  390. # Otherwise a system limit (for SysV at least) may be exceeded.
  391. .NOEXPORT:
  392.